home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Interactive 11
/
PC World Interactive 11.iso
/
share
/
multimed
/
cdmax153
/
CDmax.exe
/
0
/
RCDATA
/
TFRMSETPASSWORD
/
TFRMSETPASSWORD.txt
Wrap
Text File
|
1998-06-12
|
1KB
|
71 lines
object frmSetPassword: TfrmSetPassword
Left = 326
Top = 171
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Set Password'
ClientHeight = 137
ClientWidth = 201
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
Position = poScreenCenter
OnClose = FormClose
OnKeyPress = FormKeyPress
PixelsPerInch = 96
TextHeight = 13
object lblNew: TLabel
Left = 8
Top = 8
Width = 38
Height = 13
Caption = 'Specify:'
end
object lblConfirm: TLabel
Left = 8
Top = 56
Width = 38
Height = 13
Caption = 'Confirm:'
end
object edtNew: TEdit
Left = 8
Top = 24
Width = 185
Height = 21
PasswordChar = '*'
TabOrder = 0
end
object edtConfirm: TEdit
Left = 8
Top = 72
Width = 185
Height = 21
PasswordChar = '*'
TabOrder = 1
end
object btnOk: TButton
Left = 40
Top = 104
Width = 75
Height = 25
Caption = '&OK'
ModalResult = 1
TabOrder = 2
OnClick = btnOkClick
end
object btnCancel: TButton
Left = 120
Top = 104
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 3
OnClick = btnCancelClick
end
end